LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
util::details::collection_from_reference_impl< T[N]> Struct Template Reference

#include "ContainerMeta.h"

Public Types

using type = T *
 

Static Public Member Functions

static type get (T ptr[N])
 

Detailed Description

template<typename T, std::size_t N>
struct util::details::collection_from_reference_impl< T[N]>

Definition at line 337 of file ContainerMeta.h.

Member Typedef Documentation

template<typename T , std::size_t N>
using util::details::collection_from_reference_impl< T[N]>::type = T*

Definition at line 338 of file ContainerMeta.h.

Member Function Documentation

template<typename T , std::size_t N>
static type util::details::collection_from_reference_impl< T[N]>::get ( ptr[N])
inlinestatic

Definition at line 339 of file ContainerMeta.h.

339 { return ptr; }

The documentation for this struct was generated from the following file: